home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_095 / record-replay / readme < prev    next >
Text File  |  1992-05-06  |  3KB  |  79 lines

  1.                =================================
  2.                =====    Record & Replay    =====
  3.                =================================
  4.          (C) FLam  ==  A.Livshits & J-M.Forgeas  == 1987
  5.  
  6.  
  7.    Record:
  8.    ------
  9.          Record picks up all input events (mouse and keyboard) and saves
  10.          them to a file ( 10 bytes per event ). It should be started from
  11.          CLI by:  run Record <file name> <buffer size> , buffer size is
  12.          an optional parameter (500 default) that specifies the number
  13.          of events in memory buffer before writing them to a file. The
  14.          number you actually use depends on the amount of free memory
  15.          you can afford. When this buffer becomes full, the Record blocks
  16.          all new input while writing it out.
  17.          To start recording press F10 key, the mouse pointer will be forced
  18.          to the upper-left corner of the screen and all subsequent mouse and
  19.          keyboard activity will be registered. Press F1 key to stop
  20.          recording.
  21.  
  22.       EXAMPLE:  run record df1:x 2000
  23.  
  24.  
  25.    Replay:
  26.    ------
  27.          Replay reads the file created by Record and sends the events back
  28.          to the input stream. All mouse and keyboard activity that was
  29.          recorded previously, is reconstructed. Replay is launched from
  30.          CLI by: run Replay <file name> <number of repetitions> <buffer size>
  31.          Number of repetitions is an optional parameter ( 0 = infinite,
  32.          default). Buffer size also optional and has the same significance
  33.          as for the Record. Press F10 key to start replay.
  34.          You can pause the replay session at any moment by pressing F10 key.
  35.          To stop replay press F1 key.
  36.  
  37.       EXAMPLE:  run replay df1:x 1 2000
  38.  
  39.  
  40.    Record-Replay works fine with all of the AMIGA software that respects 
  41.    multitasking and I had no problems using it with DPaint, PageSetter,
  42.    TextCraft etc.
  43.  
  44.  
  45.    NOTES:
  46.    -----
  47.       Make sure that the state of the software is exactly the same in
  48.       the beginning of record and of replay. Do not hurry! And specially
  49.       when opening icons, loading, writing or reading files, make pauses long
  50.       enough to compensate for longer file access in some cases etc.
  51.       Give system a time to breath.
  52.  
  53.  
  54.       Enjoy!
  55.  
  56.  
  57.  
  58.    Record & Replay can be freely distributed provided the Copyright notice
  59.    is intact and no charge for them or for their use is made without
  60.    written permission of the author.
  61.  
  62.  
  63.    For the sources of Record & Replay please send 160$ to the author:
  64.  
  65.                   Alexander Livshits,
  66.                   15 rue Durantin,
  67.                   75018 Paris,
  68.                   FRANCE.
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.